IdeaBlade.Core Assembly > IdeaBlade.Core Namespace : IPropertyInterceptorArgs<TInstance,TValue> Interface |
The following tables list the members exposed by IPropertyInterceptorArgs<TInstance,TValue>.
Name | Description | |
---|---|---|
![]() | Cancel | Whether or not to cancel any further actions for the PropertyInterceptor. (Inherited from IdeaBlade.Core.IPropertyInterceptorArgs) |
![]() | Context | Used internally to indicate the Entity version. (Inherited from IdeaBlade.Core.IPropertyInterceptorArgs) |
![]() | ExceptionAction | The handler to be invoked when an exception is thrown during a get or set. (Inherited from IdeaBlade.Core.IPropertyInterceptorArgs) |
![]() | Instance | The object on which the interceptor acts. |
![]() | Tag | Gets or sets a user-defined value. (Inherited from IdeaBlade.Core.IPropertyInterceptorArgs) |
![]() | Value | The value of the property being retrieved or set. |